home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-coverdisks-
/
126a
/
football
/
user
/
deletenewdatafiles.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-05-22
|
753b
|
26 lines
/* ***********************************************************************
DELETE NEW DATA FILES PROGRAM FOR FOOTBALL REXX SUITE
-------------------------------------------------------
Copyright Mark Naughton 1997
Version Date History
--------------------------------------------------------------------------
1.0 061097 Created to cleanup files left over from EndOfSeason.
**************************************************************************
Procedure
---------
1. Call 'Delete' command to delete all files in 'Data/' with '_NewData'.
************************************************************************** */
ARG league_file
version = 1
address command 'delete >NIL: Data/#?_NewData#?'